E2E test
End to End Test
#WIP
実際のユーザの動きと同じをする
アプリ全体のテスト
mockを使わないか、ごく少数のmockで、実際の環境でtest
全ての
プロセス外依存
を扱うtest
/mrsekut-book-4839981728/070
この本では、
Integration Test
のいち部がE2Eという扱い
/mrsekut-book-4839981728/293
Puppeteer
Cypress
Karate
Selenium
Nightwatch
@web/test-runner
https://levelup.gitconnected.com/writing-effective-tests-for-modern-web-apps-48a69e34f06b
https://testing.googleblog.com/2016/05/flaky-tests-at-google-and-how-we.html
https://sys1yagi.hatenablog.com/entry/2022/01/11/105224
https://engineering.mercari.com/blog/entry/2019-12-23-170258/
https://tech.andpad.co.jp/entry/2023/10/02/100000
Autify
MagicPod
Mabl
memlab
メモリリークを検出
runn
https://blog.studysapuri.jp/entry/e2e-test-automation-adr
比較
https://kentcdodds.com/blog/static-vs-unit-vs-integration-vs-e2e-tests
具体例
https://youtu.be/fX0DtxTTZXc?t=3429
1つ1つのE2Eテストはガッツリ書く
件数少なく、1個1個はでかい
これはunit testを書くときと考え方が真逆
この動画、E2Eへの言及が多い
https://testing.googleblog.com/2015/04/just-say-no-to-more-end-to-end-tests.html
https://made.livesense.co.jp/entry/2022/12/20/083000
with
Datadog
参考になりそうなプロジェクト
react-hook-formのcode reading
かなり豊富にtest書いてる